AWS
Creation Time: 6–8 minutes (duration based on the us-east-1 region; actual time may vary depending on public resource download speeds)
warning
⚠️ Note:
- This template will create an 8-core 16GB memory 200G storage virtual machine on the public cloud platform for running the Syncause server, and configure a public IP for remote access. Please note that public cloud platforms involve costs. All Terraform templates default to using on-demand pricing mode (hourly billing). Please destroy resources promptly after use to avoid additional charges.
AWS Automatic Installation
Open AWS CloudShell and execute the following command for one-click deployment.
Info
The template files are currently in private preview. Please log in to receive exclusive early access to the repository address when it becomes available.
tips
- The script is recommended to be executed in AWS CloudShell, which is our tested deployment environment.
- However, we also support execution in local Shell. If executing in a local Shell environment, please note the following:
- You need to install the Terraform tool. Please go to the Terraform official website to install manually.
- You need to configure AWS CLI tools and AWS credentials.
AWS Manual Installation
Set Up Installation Tools
Open AWS CloudShell and install the Terraform tool using the Terraform → Linux → Amazon Linux method to deploy the Terraform CLI.
Install | Terraform | HashiCorp Developer
Download Template Files
Run Installation Commands
Checking login status…
unzip aws-ec2.zip && cd aws-ec2
export TF_VAR_syncause_license_key="<YOUR_KEY>"
terraform init
terraform plan
terraform apply
Destroy Resources
cd aws-ec2
terraform destroy